mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:27:34 +00:00
Userland: Install shell tests on Serenity
Also make them runnable anywhere. Previously they required $PWD to be the directory containing test-commons.inc, and for $PWD to be writable.
This commit is contained in:
parent
e787738c24
commit
8fc862f710
13 changed files with 19 additions and 13 deletions
|
@ -18,3 +18,9 @@ set(SOURCES
|
|||
|
||||
serenity_bin(Shell)
|
||||
target_link_libraries(Shell LibShell)
|
||||
|
||||
install(DIRECTORY Tests/ DESTINATION usr/Tests/Shell
|
||||
PATTERN "Tests/*"
|
||||
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
|
||||
GROUP_EXECUTE GROUP_READ
|
||||
WORLD_EXECUTE WORLD_READ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue