]> 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 59584e0714e92c5bbf347cc514e7b54187b910e2..181176073ed4a18efa2507f8228a0cea5d3eb949 100644 (file)
@@ -1,6 +1,6 @@
 bin_PROGRAMS = est-epsilon gl-info
 
-noinst_PROGRAMS = test-gethostname test-mktime test-text test-up
+noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
 
 est_epsilon_SOURCES = est-epsilon.c
 est_epsilon_LDADD = $(base_LIBS)
@@ -8,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)