Fix deps test to clean whole target dir.

This commit is contained in:
Phil Hagelberg 2012-05-07 16:58:33 -07:00
parent f6a4ba53ae
commit 08c1ce6973

View file

@ -105,7 +105,7 @@
:x86_64 #{"liblwjgl64.so" "libopenal.so"}}})
(deftest test-native-deps
(delete-file-recursively (:native-path native-project) true)
(delete-file-recursively (:target-path native-project) true)
(deps native-project)
(is (= (conj (get-in native-lib-files-map [(eval/get-os) (eval/get-arch)])
".gitkeep")