test: 🧪 add a little faux build dir

This commit is contained in:
David Bailey 2023-04-13 09:47:34 +02:00
parent 487f5be2b5
commit 4ef870c195
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#include "main.h"
#include "test.h"

View file

@ -0,0 +1,3 @@
// comf.reference: test.cpp

View file

@ -0,0 +1,8 @@
#include "main.h"
#include <stdint.h>
int main() {
return 0;
}

View file

@ -0,0 +1,5 @@
#pragma once
#include "lib_test/test.h"