test: 🧪 add a little faux build dir
This commit is contained in:
parent
487f5be2b5
commit
4ef870c195
4 changed files with 19 additions and 0 deletions
3
test/faux_build_dir/lib_test/test.cpp
Normal file
3
test/faux_build_dir/lib_test/test.cpp
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
#include "main.h"
|
||||
#include "test.h"
|
3
test/faux_build_dir/lib_test/test.h
Normal file
3
test/faux_build_dir/lib_test/test.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
// comf.reference: test.cpp
|
8
test/faux_build_dir/main.cpp
Normal file
8
test/faux_build_dir/main.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
#include "main.h"
|
||||
#include <stdint.h>
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
5
test/faux_build_dir/main.h
Normal file
5
test/faux_build_dir/main.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "lib_test/test.h"
|
Loading…
Add table
Add a link
Reference in a new issue