preliminary steps for moving test applications in a separate directory (it does not...
[simple-launcher] / Makefile
index 1a4cb5a..54da467 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,20 +18,9 @@ BACKUP_CONF=simple-launcher.backup
 
 all: $(TARGET)
 
-tests: test test1 test2
-
 $(TARGET): simple-launcher.o launchable-item.o launcher-item.o settings-page-items.o utils.o settings-dialog.o gconf-wrapper.o dialog-entry.o settings-page-entries.o
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
 
-test: test.o launcher-item.o
-       g++ -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS) -losso
-
-test1: test1.o settings-page-items.o launcher-item.o
-       g++ -g -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS)
-
-test2: test2.o gconf-wrapper.o
-       g++ -g -o $@ $^ $(GCONFLIBS)
-
 clean:
        rm -f *.d *.o $(TARGET) test test1 test2