]> sigrok.org Git - libsigrok.git/blobdiff - tests/device.c
tests/analog: add more tests for analog feed to float array conversion
[libsigrok.git] / tests / device.c
index d9594451373c0cd137f5b0ce9b3d3c7bd289a533..83106e9757714c7e8b848d3a69b0465fb6b582cb 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <check.h>
-#include "../include/libsigrok/libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "lib.h"
 
 START_TEST(test_user_new)