]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add quicktest Makefile target
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Aug 2012 09:01:16 +0000 (11:01 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Aug 2012 09:01:16 +0000 (11:01 +0200)
Makefile.in

index e3f6e518b8349db907f7640cdecba2dfd8da9f08..08c162fbdd6f054c8ebc3f62d558ab5557c717f0 100644 (file)
@@ -73,6 +73,10 @@ test: ccache$(EXEEXT) test/main$(EXEEXT)
        test/main$(EXEEXT)
        CC='$(CC)' $(srcdir)/test.sh
 
+.PHONY: quicktest
+quicktest: test/main$(EXEEXT)
+       test/main$(EXEEXT)
+
 test/main$(EXEEXT): $(base_objs) $(test_objs) @extra_deps@
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(base_objs) $(test_objs) $(libs)