NetworkManager/shared/n-acd/src/test-basic.c

14 lines
176 B
C
Raw Normal View History

/*
* Basic Tests
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "n-acd.h"
int main(int argc, char **argv) {
return 0;
}