Skip to content
Snippets Groups Projects
Commit 4615ee4c authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Add rules for jenkins

parent e328dad4
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,11 @@ test:
cd $(TESTDIR) ; make ; make time
cd $(curdir)
jenkins-test:
cd $(TESTDIR) ; make jenkins
cd $(curdir)
# XXX use rdbg -lurette to avoid this crazy stuff !!!
# Compile and copy lurrettop from here because
# (1) lurettetop uses lus2lic source (it embeds the V6 interpreter)
......
......@@ -4,6 +4,8 @@
all: clean ltop qtest rest
test: clean ltop qtest
rest: reftest lus2lic.time
jenkins: clean qtest rest
TEST_MACHINE=ssh ovaz
#TEST_MACHINE=eval
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment