X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=69fbf226a8305e0aae3ec98533917107999b05c5;hp=a9f144109410636cde3941b9fc1764a8a99ba590;hb=ed7b1b225247d018233eeb3ffd1a23366350da3d;hpb=e11fa67d03ba1bfb469767ccdcc5ceae10f405f2 diff --git a/Makefile b/Makefile index a9f14410..69fbf226 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ clean-android: android-clean # development targets # ----------------------------------------------------------------------------- -MAKE_ENGINETEST = ./Scripts/make_enginetest.sh +MAKE_ENGINETEST = ./tests/enginetest/enginetest.sh MAKE_LEVELSKETCH = ./Scripts/make_levelsketch_images.sh auto-conf: @@ -119,18 +119,6 @@ depend dep: enginetest: all $(MAKE_ENGINETEST) -enginetestcustom: all - $(MAKE_ENGINETEST) custom - -enginetestfast: all - $(MAKE_ENGINETEST) fast - -enginetestnew: all - $(MAKE_ENGINETEST) new - -leveltest: all - $(MAKE_ENGINETEST) leveltest - levelsketch_images: all $(MAKE_LEVELSKETCH)