update to 17.02
This commit is contained in:
@@ -62,12 +62,11 @@ append config "
|
||||
<start name=\"test-glucose\">
|
||||
<resource name=\"RAM\" quantum=\"32M\"/>
|
||||
<config>
|
||||
<libc stdin=\"/dev/null\" stdout=\"/dev/log\" stderr=\"/dev/log\">
|
||||
<vfs>
|
||||
<dir name=\"dev\"> <log/> <null/> </dir>
|
||||
<rom name=\"Test.cnf\" size=\"$filesize\"/>
|
||||
</vfs>
|
||||
</libc>
|
||||
<libc stdin=\"/dev/null\" stdout=\"/dev/log\" stderr=\"/dev/log\" />
|
||||
<vfs>
|
||||
<dir name=\"dev\"> <log/> <null/> </dir>
|
||||
<rom name=\"Test.cnf\" size=\"$filesize\"/>
|
||||
</vfs>
|
||||
</config>
|
||||
</start>
|
||||
</config>"
|
||||
|
||||
@@ -22,9 +22,8 @@ install_config {
|
||||
<start name="test-lemon">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<config>
|
||||
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log">
|
||||
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
|
||||
</libc>
|
||||
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log"/>
|
||||
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
|
||||
</config>
|
||||
</start>
|
||||
</config>
|
||||
|
||||
@@ -25,9 +25,8 @@ install_config {
|
||||
<config>
|
||||
<arg value="queens"/>
|
||||
<arg value="5"/>
|
||||
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log">
|
||||
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
|
||||
</libc>
|
||||
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log" />
|
||||
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
|
||||
</config>
|
||||
</start>
|
||||
</config>
|
||||
|
||||
@@ -22,9 +22,8 @@ install_config {
|
||||
<start name="test-soplex">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<config>
|
||||
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log">
|
||||
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
|
||||
</libc>
|
||||
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log" />
|
||||
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
|
||||
</config>
|
||||
</start>
|
||||
</config>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TARGET = test-scip
|
||||
LIBS = posix scip stdcxx config_args
|
||||
LIBS = posix scip stdcxx
|
||||
SCIP_DIR = $(call select_from_ports,scip)/src/lib/scip/
|
||||
EX_DIR = $(SCIP_DIR)/examples/Queens/src
|
||||
INC_DIR += $(EX_DIR)
|
||||
|
||||
Reference in New Issue
Block a user