preliminary steps for moving test applications in a separate directory (it does not...
[simple-launcher] / tests / Makefile
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644 (file)
index 0000000..992583a
--- /dev/null
@@ -0,0 +1,14 @@
+
+tests: test test1 test2
+
+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 test test1 test2