[bootsvc] Split tests into unit and integration tests
Test: fx --dir out/x64 build && ./zircon/scripts/run-zircon-x64 -o out/x64.zircon -c "bootsvc.next=bin/bootsvc-integration-test,testargument" Test: run-zircon and then ran 'boot/test/sys/bootsvc-unit-test' Change-Id: Ica64d67bbd9bdaa95c6500a9c2dd099e4281b2e7
Showing
- zircon/system/core/bootsvc/BUILD.gn 38 additions, 7 deletionszircon/system/core/bootsvc/BUILD.gn
- zircon/system/core/bootsvc/TESTING 1 addition, 1 deletionzircon/system/core/bootsvc/TESTING
- zircon/system/core/bootsvc/integration-test.cpp 2 additions, 75 deletionszircon/system/core/bootsvc/integration-test.cpp
- zircon/system/core/bootsvc/unit-test.cpp 92 additions, 0 deletionszircon/system/core/bootsvc/unit-test.cpp
- zircon/system/utest/BUILD.gn 1 addition, 1 deletionzircon/system/utest/BUILD.gn
Loading
Please register or sign in to comment