mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef NOTCURSES_TEST_MAIN
|
|
#define NOTCURSES_TEST_MAIN
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <notcurses.h>
|
|
|
|
#endif
|