summaryrefslogtreecommitdiffstats
path: root/src/tests/test_eulogium.c
blob: 4c51b4277ab690011d9990be6bee03fa18879fb9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <Ecore_Getopt.h>
#include <check.h>

int main(void) {
	return 0;
}