mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-04 22:09:08 +00:00
11 lines
175 B
C
11 lines
175 B
C
#include <criterion/criterion.h>
|
|
|
|
#include "apple2.hires.h"
|
|
#include "apple2.tests.h"
|
|
|
|
TestSuite(apple2_hires, .init = setup, .fini = teardown);
|
|
|
|
Test(apple2_hires, draw)
|
|
{
|
|
}
|