PS D:\Temp\cities\cities> bash thomaskowalski@HOXIMOR:/mnt/d/Temp/cities/cities$ make make: Rien à faire pour « all ». thomaskowalski@HOXIMOR:/mnt/d/Temp/cities/cities$ ./citylist-test adding: id: test1 name: TEST1 country: testland longitude, latitude: (15.000000, 10.000000) OK ------------------------------------ adding: id: test2 name: TEST2 country: testland longitude, latitude: (5.000000, 10.000000) OK ------------------------------------ adding: id: test1 name: TEST1BIS country: testland longitude, latitude: (5.000000, 22.000000) OK ------------------------------------ getting test3: OK ------------------------------------ getting test2: test2 test2 id: test2 name: TEST2 country: testland longitude, latitude: (5.000000, 10.000000) OK ------------------------------------ getting test1: test1 test1 id: test1 name: TEST1BIS country: testland longitude, latitude: (5.000000, 22.000000) OK ------------------------------------ remove test1: OK ------------------------------------ getting test1: test1 test1 id: test1 name: TEST1 country: testland longitude, latitude: (15.000000, 10.000000) OK ------------------------------------ TEST SUCCEEDED. :) thomaskowalski@HOXIMOR:/mnt/d/Temp/cities/cities$