Release 1.6.4
[yazpp-moved-to-github.git] / src / Makefile.am
index b79b6d1..fca2afc 100644 (file)
@@ -1,5 +1,5 @@
 
-check_PROGRAMS = tstquery
+check_PROGRAMS = test_query test_gdu
 noinst_PROGRAMS = yaz-my-server yaz-my-client
 bin_SCRIPTS = yazpp-config
 
@@ -27,6 +27,7 @@ yaz_my_client_SOURCES=yaz-my-client.cpp
 
 yaz_my_server_SOURCES=yaz-my-server.cpp yaz-marc-sample.cpp
 
-tstquery_SOURCES=tstquery.cpp
+test_query_SOURCES=test_query.cpp
+test_gdu_SOURCES=test_gdu.cpp
 
 LDADD=libyazpp.la $(YAZLALIB)