Fix coding style
This commit is contained in:
parent
f6a7f88f0b
commit
18c7e125bf
28 changed files with 412 additions and 433 deletions
|
@ -1,3 +1,3 @@
|
|||
# A more complex library test.
|
||||
ADD_EXECUTABLE( app_7 app_7.d )
|
||||
ADD_TEST( app_7 app_7 )
|
||||
add_executable(app_7 app_7.d)
|
||||
add_test(app_7 app_7)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue