summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2016-03-05 16:05:13 -0800
committerJon Schlueter <jon.schlueter@gmail.com>2016-03-07 06:27:42 -0500
commit3925d00acf7674023f6027d4ec849bb3432201e7 (patch)
tree15d3c88c6740816584c6f612d998b5755fcabfbe
parentf66a6a5d7ce94471b85d320f7c678c30375f6768 (diff)
downloadgpsd-3925d00acf7674023f6027d4ec849bb3432201e7.tar.gz
Removes now-redundant 'test-noclean' target.
TESTED: Ran 'check' as a quick sanity check.
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 801c91a0..0e71fe67 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1779,7 +1779,6 @@ test_nondaemon = [
test_noclean = test_nondaemon + [gps_regress]
env.Alias('test-nondaemon', test_nondaemon)
-env.Alias('test-noclean', test_noclean)
check = env.Alias('check', test_noclean)
env.Alias('testregress', check)
env.Alias('build-tests', testprogs)