]> git.mxchange.org Git - flightgear.git/blobdiff - tests/Makefile.am
Added stall hysteresis modeling, nose should fall through nicely in a stall now.
[flightgear.git] / tests / Makefile.am
index af1db71cbd946f1418b5b3a032031e2bc7ca5fb6..181176073ed4a18efa2507f8228a0cea5d3eb949 100644 (file)
@@ -1,5 +1,6 @@
-bin_PROGRAMS = est-epsilon gl-info test-gethostname test-mktime test-text \
-       test-up
+bin_PROGRAMS = est-epsilon gl-info
+
+noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
 
 est_epsilon_SOURCES = est-epsilon.c
 est_epsilon_LDADD = $(base_LIBS)
@@ -7,6 +8,9 @@ est_epsilon_LDADD = $(base_LIBS)
 gl_info_SOURCES = gl-info.c
 gl_info_LDADD = $(opengl_LIBS)
 
+test_env_map_SOURCES = test-env-map.cxx
+test_env_map_LDADD = $(opengl_LIBS)
+
 test_gethostname_SOURCES = test-gethostname.cxx
 test_gethostname_LDADD = $(base_LIBS)