testcases
This commit is contained in:
17
testing/internals/Bakefile
Normal file
17
testing/internals/Bakefile
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
target1() {
|
||||
echo 1
|
||||
}
|
||||
target2() { # Target description
|
||||
# Sub help
|
||||
echo 2
|
||||
}
|
||||
|
||||
|
||||
flines() {
|
||||
_flines
|
||||
}
|
||||
|
||||
commands() {
|
||||
_commands
|
||||
}
|
||||
Reference in New Issue
Block a user