Skip to content
Snippets Groups Projects
Commit 8c20af74 authored by Guy Zana's avatar Guy Zana
Browse files

start the netdriver test at boot

parent 1842a618
No related branches found
No related tags found
No related merge requests found
...@@ -13,15 +13,15 @@ ...@@ -13,15 +13,15 @@
/usr/lib/jvm/jre/lib/currency.data: %(jdkbase)s/jre/lib/currency.data /usr/lib/jvm/jre/lib/currency.data: %(jdkbase)s/jre/lib/currency.data
/usr/lib/libstdc++.so.6: %(gccbase)s/usr/lib64/libstdc++.so.6 /usr/lib/libstdc++.so.6: %(gccbase)s/usr/lib64/libstdc++.so.6
/usr/lib/libgcc_s.so.1: %(gccbase)s/lib64/libgcc_s.so.1 /usr/lib/libgcc_s.so.1: %(gccbase)s/lib64/libgcc_s.so.1
/tests/tst-pthread.so: ./tests/tst-pthread.so #/tests/tst-pthread.so: ./tests/tst-pthread.so
/tests/tst-malloc.so: ../../external/glibc-testsuite/build/debug/malloc/tst-malloc.so #/tests/tst-malloc.so: ../../external/glibc-testsuite/build/debug/malloc/tst-malloc.so
/tests/tst-getcwd.so: ../../external/glibc-testsuite/build/debug/io/tst-getcwd.so #/tests/tst-getcwd.so: ../../external/glibc-testsuite/build/debug/io/tst-getcwd.so
/tests/tst-clock.so: ../../external/glibc-testsuite/build/debug/rt/tst-clock.so #/tests/tst-clock.so: ../../external/glibc-testsuite/build/debug/rt/tst-clock.so
/tests/tst-ramdisk.so: ./tests/tst-ramdisk.so #/tests/tst-ramdisk.so: ./tests/tst-ramdisk.so
/tests/tst-vblk.so: ./tests/tst-vblk.so #/tests/tst-vblk.so: ./tests/tst-vblk.so
/tests/tst-bsd-evh.so: ./tests/tst-bsd-evh.so #/tests/tst-bsd-evh.so: ./tests/tst-bsd-evh.so
/tests/tst-bsd-callout.so: ./tests/tst-bsd-callout.so #/tests/tst-bsd-callout.so: ./tests/tst-bsd-callout.so
/tests/tst-bsd-netisr.so: ./tests/tst-bsd-netisr.so #/tests/tst-bsd-netisr.so: ./tests/tst-bsd-netisr.so
/tests/tst-bsd-netdriver.so: ./tests/tst-bsd-netdriver.so /tests/tst-bsd-netdriver.so: ./tests/tst-bsd-netdriver.so
/testrunner.so: ./tests/testrunner.so /testrunner.so: ./tests/testrunner.so
/java/Hello.class: ./tests/hello/Hello.class /java/Hello.class: ./tests/hello/Hello.class
......
arch = x64 arch = x64
cmdline = java.so Hello #cmdline = java.so Hello
#cmdline = testrunner.so cmdline = testrunner.so
INCLUDES = -I. -I$(src)/arch/$(arch) -I$(src) -I$(src)/external/libunwind/include -I$(src)/include INCLUDES = -I. -I$(src)/arch/$(arch) -I$(src) -I$(src)/external/libunwind/include -I$(src)/include
INCLUDES += -I$(src)/external/acpica/source/include INCLUDES += -I$(src)/external/acpica/source/include
COMMON = $(autodepend) -g -Wall -Wno-pointer-arith -Werror -Wformat=0 \ COMMON = $(autodepend) -g -Wall -Wno-pointer-arith -Werror -Wformat=0 \
......
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