summaryrefslogtreecommitdiff
path: root/libs/pbd/test/Makefile
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-02 14:42:38 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-02 14:42:38 +0000
commit24fee4b8ef5896aea04c9d043caabe3e30a6fd7d (patch)
tree9b1accb789a5cee8d7f291da4676e07218da64eb /libs/pbd/test/Makefile
parent1cc0bc83442e01958dc8d110a3323b5718f62916 (diff)
Rename tests to test to match up with other libraries.
git-svn-id: svn://localhost/ardour2/branches/3.0@6830 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/test/Makefile')
-rw-r--r--libs/pbd/test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/pbd/test/Makefile b/libs/pbd/test/Makefile
new file mode 100644
index 0000000000..fc0da41812
--- /dev/null
+++ b/libs/pbd/test/Makefile
@@ -0,0 +1,6 @@
+test: xpath
+ LD_LIBRARY_PATH=..:../../sigc++2:../../glibmm2 ./xpath
+ LD_LIBRARY_PATH=..:../../sigc++2:../../glibmm2 gprof ./xpath > gprof.out
+
+xpath: xpath.cc
+ gcc -o $@ -g -pg -I.. `xml2-config --libs --cflags` -L.. -L../../sigc++2 -L../../glibmm2 -lstdc++ -lpbd -lglibmm2 -lsigc++2 $<