summaryrefslogtreecommitdiff
path: root/tests.makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 12:36:42 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 12:36:42 -0400
commit1c35165652fae8410eec8c8bb31ef86ddec8ec6a (patch)
tree2575162cc25c9100576735ce199e2fb7de128b22 /tests.makefile
parent3781d6ad65e30c6fbfdd6964301f24adcfc95286 (diff)
move files to src/
Diffstat (limited to 'tests.makefile')
-rw-r--r--tests.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.makefile b/tests.makefile
index b152f01..81c9312 100644
--- a/tests.makefile
+++ b/tests.makefile
@@ -11,7 +11,7 @@ useradd:
11 $(SU) - $(testuser) -c 'git config --global user.email $(testuser)' 11 $(SU) - $(testuser) -c 'git config --global user.email $(testuser)'
12 12
13test: install $(shell getent passwd $(testuser) >/dev/null || echo useradd) 13test: install $(shell getent passwd $(testuser) >/dev/null || echo useradd)
14 $(ROOT_INSTALL) -t ~$(testuser) tests.sh 14 $(ROOT_INSTALL) -t ~$(testuser) $(SRC)/tests.sh
15 $(SU) - $(testuser) -c ./tests.sh 15 $(SU) - $(testuser) -c ./tests.sh
16 16
17ifeq ($(testuser),) 17ifeq ($(testuser),)