Initial commit
This commit is contained in:
13
tests/01_sanity.c
Normal file
13
tests/01_sanity.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#define DEBUG
|
||||
#include "../include/except.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void){
|
||||
printf("\n\n");
|
||||
printf("Assertion sanity test.\n");
|
||||
ASSERTED(NULL);
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user