X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2FMakefile;h=752edd1a9adadb175dec225a346e582ff73248dd;hp=584276a16872babff7d60170559af1a19ff10df2;hb=5f64df29828e9ca71164342efd357e9debfb6e44;hpb=247efae55fc4aeeb5ab97fd3e8e56fc9cd4b0706 diff --git a/cups/Makefile b/cups/Makefile index 584276a16..752edd1a9 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -115,22 +115,24 @@ LIBTARGETS = \ $(LIBCUPS) \ $(LIB32CUPS) \ $(LIB64CUPS) \ - libcups.a \ + libcups.a + +UNITTARGETS = \ + testadmin \ testarray \ + testconflicts \ + testcups \ testfile \ testhttp \ testi18n \ testipp \ testlang \ testoptions \ - testppd + testppd \ + testsnmp TARGETS = \ - $(LIBTARGETS) \ - testadmin \ - testconflicts \ - testcups \ - testsnmp + $(LIBTARGETS) # @@ -147,12 +149,19 @@ all: $(TARGETS) libs: $(LIBTARGETS) +# +# Make unit tests... +# + +unittests: $(UNITTARGETS) + + # # Remove object and target files... # clean: - $(RM) $(OBJS) $(TARGETS) + $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS) $(RM) libcups.so libcups.sl libcups.dylib $(RM) -r 32bit 64bit