1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-24 15:29:32 +00:00

Add test file for apple2.reflect.c

This commit is contained in:
Peter Evans 2018-02-06 14:27:44 -06:00
parent 112f178ee3
commit 1f50ceb4c5

7
tests/apple2.reflect.c Normal file
View File

@ -0,0 +1,7 @@
#include <criterion/criterion.h>
#include "apple2.reflect.h"
Test(apple2_reflect, cpu_info)
{
}