mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
build system stuff
This commit is contained in:
parent
24d1a1c578
commit
bfc78e5671
2 changed files with 7 additions and 3 deletions
8
Makefile
8
Makefile
|
|
@ -70,8 +70,12 @@ qtest: qtest-clean build
|
|||
./qtest_all.native
|
||||
|
||||
push-stable: all
|
||||
git checkout stable && git merge master && oasis setup && \
|
||||
git commit -a 'oasis'
|
||||
git checkout stable
|
||||
git merge master -m 'merge from master'
|
||||
oasis setup
|
||||
git commit -a -m 'oasis files'
|
||||
git push origin
|
||||
git checkout master
|
||||
|
||||
test-all: test qtest
|
||||
|
||||
|
|
|
|||
2
_oasis
2
_oasis
|
|
@ -156,7 +156,7 @@ Executable test_threads
|
|||
Test all
|
||||
Command: $run_tests
|
||||
TestTools: run_tests
|
||||
Run$: flag(tests) && flag(lwt)
|
||||
Run$: flag(tests)
|
||||
|
||||
Executable run_tests
|
||||
Path: tests/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue