mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 16:20:09 +01:00
Imported n-acd code with command: git subtree add --prefix shared/n-acd git@github.com:nettools/n-acd.git a68b55992dd7b38bdb9dbbdba4a9284ff2c2cce3 --squash To update the library use: git subtree pull --prefix shared/n-acd git@github.com:nettools/n-acd.git master --squash
13 lines
176 B
C
13 lines
176 B
C
/*
|
|
* 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;
|
|
}
|