diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-24 13:49:59 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-24 13:49:59 -0800 |
commit | 99dc38c8f81fe388b13bf46e3f53cc272765249e (patch) | |
tree | 7b150dcfab7307832042f238057beef0cf222cb4 /gr-usrp2/src/Makefile.am | |
parent | 53fb7289b46ee4299a0341d9e02dad74483940b6 (diff) |
Consistently use TESTS += in conditionals
Diffstat (limited to 'gr-usrp2/src/Makefile.am')
-rw-r--r-- | gr-usrp2/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-usrp2/src/Makefile.am b/gr-usrp2/src/Makefile.am index 0d55d73ba6..8b94ae54f6 100644 --- a/gr-usrp2/src/Makefile.am +++ b/gr-usrp2/src/Makefile.am @@ -21,6 +21,8 @@ include $(top_srcdir)/Makefile.common +TESTS = + # ---------------------------------------------------------------------- # Local Python files, not installed # @@ -87,7 +89,7 @@ if PYTHON # usrp2.py # _usrp2.so # ---------------------------------------------------------------------- -TESTS = run_tests +TESTS += run_tests TOP_SWIG_IFILES = \ usrp2.i |